file globbing

filter file globbing
ls -l my_? #
ls -l my_* #
ls -l my_[ab] # []
ls -l my_[!a] # !
ls -l my_[a-c] # []